-DVTK_BUILD_EXAMPLES=OFF \
-DVTK_BUILD_TESTING=OFF \
-DVTK_EXTRA_COMPILER_WARNINGS=ON \
+ -DVTK_GROUP_ENABLE_Qt:STRING="YES" \
+ -DVTK_MODULE_ENABLE_VTK_GUISupportQtSQL:STRING="NO" \
+ -DVTK_GROUP_ENABLE_Rendering:STRING="YES" \
+ -DVTK_GROUP_ENABLE_Views:STRING="YES" \
-DVTK_MODULE_ENABLE_VTK_RenderingQt:STRING="YES" \
-DVTK_MODULE_ENABLE_VTK_RenderingTk:STRING="YES" \
-DVTK_MODULE_ENABLE_VTK_utf8:STRING="YES" \
+ -DVTK_MODULE_ENABLE_VTK_InteractionWidgets:STRING="YES" \
+ -DVTK_MODULE_ENABLE_VTK_InteractionImage:STRING="YES" \
-DVTK_MODULE_USE_EXTERNAL_VTK_doubleconversion:BOOL=ON \
-DVTK_MODULE_USE_EXTERNAL_VTK_eigen:BOOL=ON \
-DVTK_MODULE_USE_EXTERNAL_VTK_expat:BOOL=ON \
rm -rf $(CURDIR)/debian/tmp/usr/share/licenses
find $(CURDIR)/debian/libvtk9-dev/ -name "*Qt*" -exec rm {} \; || true
find $(CURDIR)/debian/libvtk9-dev/ -name "libvtkRenderingPythonTkWidgets.so" -exec rm {} \; || true
- find $(CURDIR)/debian/libvtk9/ -name "*Qt*" -exec rm {} \; || true
find $(CURDIR)/debian/libvtk9-dev/usr/include/ -name "Q*" -exec rm {} \; || true
+ find $(CURDIR)/debian/libvtk9/ -name "*Qt*" -exec rm {} \; || true
find $(CURDIR)/debian/tmp/usr/share/doc/vtk-9.0/doxygen -name "_formulas.log" -exec rm {} \; || true
find $(CURDIR)/debian/build/Utilities/Doxygen/doc/html -name "_formulas.log" -exec rm {} \; || true